1
کامپیوتر و شبکه::
مدل بایندینگ
Functional tests can then make requests to this in-memory server, exercising the full application stack (including middleware, routing, model binding, filters, etc.) and receiving a response, all in a fraction of the time it would take to host the app on a real server and make requests through the network layer.
Razor Pages are built into ASP.NET Core MVC, and use the same features for routing, model binding, etc.
Whether you choose to build your web app using Razor Pages or MVC views, your app will have similar performance and will include support for dependency injection, filters, model binding and validation, etc.
Once a given request has been matched to a route, but before the action method (or handler) is called, ASP.NET Core MVC will perform model binding and model validation on the request.
Model binding is responsible for converting incoming HTTP data into the .NET types specified as parameters of the action method to be called.
واژگان شبکه مترجمین ایران